home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / developer / doc / readme.1st < prev   
Encoding:
Text File  |  1995-02-28  |  1.1 KB  |  31 lines

  1.  
  2. LogicBBS v1.0
  3. -------------
  4.  
  5. lbbs.library is not included anywhere on the disks included in this package,
  6. why?...
  7.  
  8. lbbs.library is resident, and included inside the mainprogram "LogicBBS".
  9.  
  10. You will always be sure, that the system is running, if you can open the
  11. lbbs.library.
  12.  
  13. All structures and library calls will always be backwards compatible from
  14. this version and up. So your tools will never be incompatible with newer
  15. versions.
  16.  
  17. Structures may be extended in the future, but this will only be from the
  18. end of a structure and either using a new APTR to the extended part,
  19.  or just extended with extra bytes.
  20.  
  21. The support of /X doors will also be extended when we receive the last
  22. information on the few calls, we still haven't covered.
  23. Some calls are obsolete, and continues to be. As some function calls
  24. through the /X msgport, are directly affecting internal datafiles of /X.
  25.  
  26. ARexx support of /X AIM utilities are already covered, with support of
  27.  all known commands used thrugh ARexx. Don't forget the increased speed
  28.  of AIM doors! .. We handle ARexx calls INTERNALLY, /X do it using EXTERNAL
  29.  tools.
  30.  
  31.